@charset "utf-8";
/*手机*/
@media screen and (max-width: 767px) {
	.header-top{
		background-color: #ececec;
		height: 80px;
	}
	.header-top a{
		line-height: 40px;
	}
	.header-top-1{
		font-size: 14px;
		text-align: center;
	}
	.header-top-2.pull-right{
		float: none !important;
		text-align: center;
	}
	.header-top-2 a {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 14px;
	}
	.header-main-mobile {
		font-size: 18px;
		font-weight: 700;
		line-height: 36px;
		text-align: center;
		margin-top: 20px;
	}
	.header-main-search {
		padding: 10px 0;
		margin-bottom: 20px;
	}
	.header-nav{
		padding: 20px 0;
	}
	.u-navbar-style {
		border-radius: 0px;
		background-color: #ffffff;
		color: #FFFFFF;
		border-left: 0px;
			border-left-color: currentcolor;
		border-right: 0px;
			border-right-color: currentcolor;
		border-top: 0;
			border-top-color: currentcolor;
		border-bottom: 0;
			border-bottom-color: currentcolor;
		border-color: #ffffff;
	}
	.navbar-header{
		height: 50px;
	}
	.navbar-brand{
		display: inline-block;
		padding: 0;
	}
	.navbar-brand > img{
		height: 50px;
	}
	.navbar-default .navbar-toggle {
		border-color: #1f466f;
		background-color: #1f466f;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle:focus, 
	.navbar-default .navbar-toggle:hover {
		background-color: #1f466f;
		border-color: #1f466f;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	.navbar-nav {
		margin: 0;
		background-color: #1f466f;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		color: #FFFFFF;
		padding: 12px 15px;
	}
	.navbar-nav > li > .u-dropdown-menu-bg > ul {
		background-color: #ffffff;
	}
	.navbar-nav > li > .u-dropdown-menu-bg > ul > li > a {
		color: #4fb8d5;
	}
	.navbar-nav > li > .u-dropdown-menu-bg li {
		border-top: 1px solid #4fb8d5;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #ffffff;
		background-color: #eb8c18;
	}
	.dropdown-submenu > .dropdown-menu li {
		border-left: 0px solid #ffffff;
	}
	.dropdown-submenu > .dropdown-menu > .dropdown-submenu > .dropdown-menu li a{
		padding: 5px 15px 5px 35px;
	}
	.navbar-default .navbar-collapse{
		border-top: 0;
	}
	
	.navbar-nav > li > .u-dropdown-menu-bg > ul > li > a:hover, .navbar-nav > li > .u-dropdown-menu-bg > ul > li > a:focus, .navbar-nav > li > .u-dropdown-menu-bg > ul > li.open > a {
		background-color: #4fb8d5;
		color: #ffffff;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #4fb8d5;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		background-color: #4fb8d5;
		color: #ffffff;
	}


	.pgwSlideshow .ps-current > ul > li {
		width: 100%;
	}
	.pgwSlideshow .ps-caption {
		display: none !important;
	}
	.pgwSlideshow .ps-button {
		display: none !important;
	}
	.pgwSlideshow .ps-list {
		display: none !important;
	}
	.list-product-border {
		width: 100%;
		background-color: #ffffff;
		margin-bottom: 30px;
	}




	.other-news-item {
		padding: 20px 10px;
	}
	.other-news-img {
		float: none;
		width: 100%;
	}
	.other-news-text {
		float: none;
		width: 100%;
		padding: 0 10px;
	}

	.other-video-list-img {
		border: 1px solid #e5e5e5;
		width: 100%;
	}
	.configurator-gather button {
		background-color: #4fb8d5;
		color: #ffffff;
		font-size: 20px;
		padding: 12px 80px;
	}
	.list-configurator-img{
		float: none;
	}
	.list-configurator-img img{
		margin: 0 auto;
	}

	.list-configurator-text{
		float: none;
		font-size: 18px;
		color: #444444;
		margin-left: 0;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.configurator-list-img{
		margin-bottom: 40px;
	}

	.configurator-id {
		font-size: 16px;
		color: #444444;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.other-body-list-item {
		font-size: 16px;
	}


	.product-img-border {
		margin-top: 10px;
		margin-right: 0;
	}

	.yyui_tab>ul>.yyui_tab_title {
		box-sizing: border-box;
		line-height: 40px;
		height: 40px;
		color: #444444;
		background-color: #ececec;
		cursor: pointer;
		display: inline-block;
		font-size: 14px;
		padding: 0 20px;
		letter-spacing: 0;
	}
	.yyui_tab>ul>.yyui_tab_title_this {
		box-sizing: border-box;
		line-height: 40px;
		height: 40px;
		color: #fff;
		background-color: #4fb8d5;
		cursor: pointer;
		display: inline-block;
		font-size: 14px;
		padding: 0 20px;
		letter-spacing: 0
	}


}
/*平板*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	.header-main-mobile{
		font-size: 18px;
		font-weight: 700;
		line-height: 120px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
		color: #FFFFFF;
		padding: 18px 10px;
	}
	.pgwSlideshow .ps-current > ul > li {
		width: 50%;
	}
	.pgwSlideshow .ps-caption {
		left: 360px;
		bottom: 180px;
		font-size: 30px;
	}
	.pgwSlideshow .ps-button {
		left: 370px;
		bottom: 140px;
	}
	.pgwSlideshow .ps-list {
		left: 360px;
	}
	.pgwSlideshow .ps-list li .ps-item {
		margin: 15px 4px;
	}
	.other-news-item {
		padding: 20px 0;
	}
	.other-news-img {
		float: none;
		width: 100%;
	}
	.other-news-text {
		float: none;
		width: 100%;
		padding: 0 40px;
	}

	.other-video-list-img {
		border: 1px solid #e5e5e5;
		width: 100%;
	}
	.configurator-gather button {
		background-color: #4fb8d5;
		color: #ffffff;
		font-size: 20px;
		padding: 12px 80px;
	}
	.list-configurator-img{
		float: none;
	}
	.list-configurator-img img{
		margin: 0 auto;
	}

	.list-configurator-text{
		float: none;
		font-size: 18px;
		color: #444444;
		margin-left: 0;
		text-align: center;
		margin-top: 20px;
	}
	.configurator-list-img{
		margin-bottom: 40px;
	}
}
/*普通显示器*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.header-main-mobile{
		font-size: 20px;
		font-weight: 700;
		line-height: 120px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 18px;
		color: #FFFFFF;
		padding: 18px 12px;
	}
	.pgwSlideshow .ps-current > ul > li {
		width: 60%;
	}
	.pgwSlideshow .ps-caption {
		left: 550px;
		bottom: 280px;
	}
	.pgwSlideshow .ps-button {
		left: 560px;
		bottom: 200px;
	}
	.pgwSlideshow .ps-list {
		left: 550px;
	}
	.list-configurator-img{
		float: none;
	}
	.list-configurator-img img{
		margin: 0 auto;
	}

	.list-configurator-text{
		float: none;
		font-size: 25px;
		color: #444444;
		margin-left: 0;
		text-align: center;
	}
}
/*大显示器*/
@media screen and (min-width: 1200px) {

}









